Check if the application is system application, return a bool.
@override Future<bool> get isSystemApplication async { return await methodChannel.invokeMethod('isSystemApplication'); }