isEnrolled property Null safety
Implementation
static Future<bool?> get isEnrolled async {
final bool? isEnrolled = await _channel.invokeMethod('isEnrolled');
return isEnrolled;
}
static Future<bool?> get isEnrolled async {
final bool? isEnrolled = await _channel.invokeMethod('isEnrolled');
return isEnrolled;
}