Checks if FaceSDK is initialized.
Future<bool> isInitialized() async { return await _bridge.invokeMethod("isInitialized", []); }