Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thisames committed Oct 2, 2024
1 parent a655040 commit 63670e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ class PosthogFlutterPlugin : FlutterPlugin, MethodChannel.MethodCallHandler {
result.error("INVALID_ARGUMENT", "Image bytes are null", null)
}
}
ponte

private fun bitmapToBase64(bitmap: Bitmap): String? {
ByteArrayOutputStream().use { byteArrayOutputStream ->
Expand Down

0 comments on commit 63670e6

Please sign in to comment.