getPlatformSDKInt method

  1. @override
Future<int> getPlatformSDKInt()
override

Implementation

@override
Future<int> getPlatformSDKInt() async {
  final version = await methodChannel.invokeMethod<int>('getPlatformSDKInt');
  return version!;
}