Returns the current Facebook SDK version
Future<String?> getSdkVersion() { return _channel.invokeMethod<String>('getSdkVersion'); }